header{
	height: 190px;
	width: 100%;
	font-size: 50px;
	font-family: #bbb2ab;
	text-align: center;
	color:#6d8762;
	background-color: #90ae84;
	padding: 0px;
}

section h3{
    font-family: #bbb2ab;
	text-align: center;
	color:#6d8762;
    font-size: 50px;	
}

p{
	color: #99c8bc;
}
#conteneurheader {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
border-style: solid;
overflow: hidden;
}

section{
	color:#8fa286 ;
	min-width: 200px;
}
section h2{
	color:#566c4c6;
}

#conteneursectionP{
width: 75%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin: auto;
padding: 8px;
flex-wrap: nowrap;
border-style: hidden;
}

.sport {
background-color:yellowgreen;
}
.culture-art {
background-color: mediumpurple;
}
.création {
background-color: darkred;
}
.outreterre{
background-color: darkcyan;
}
.personnalite{
background-color: #dbcabb;
}
.indefini{
background-color: navajowhite;
}

.texte{
width: 75%;
}

 body {
   background-image: url('OIP (1).jpg');
}

article{
flex: 3;
background-color: #d2e1c8;
}

footer p {
	font-size: 10px;
	color:#99c8bc;
	text-decoration: underline;
}
footer a {
	font-size: 15px;
	text-decoration: none;
}
a:active {
    color:#93b4a4 ;
}

a:visited {
	color:#93b4a4 ;
}
